'Declaration Public Sub RemoveChildAt( _ ByVal childIndex As Integer _ )
'Usage Dim instance As LayoutGroup(Of T) Dim childIndex As Integer instance.RemoveChildAt(childIndex)
public void RemoveChildAt( int childIndex )
Parameters
- childIndex
- The index.